home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 3673 < prev    next >
Encoding:
Text File  |  1996-08-06  |  2.3 KB  |  76 lines

  1. Newsgroups: comp.lang.c++
  2. Path: bath.ac.uk!uwe-bristol!grill!jp-morri
  3. From: jp-morri@csm.uwe.ac.uk (J Morris)
  4. Subject: Re: Using extended memory, how?
  5. Message-ID: <1996Jan25.111404.29381@pat.uwe.ac.uk>
  6. To: perjuul@po.ia.dk
  7. Sender: usenet@pat.uwe.ac.uk (uwe nntp usenet poster)
  8. Nntp-Posting-Host: usenet@pat.uwe.ac.uk (uwe nntp usenet poster)
  9. Organization: University of the West of England.
  10. X-Newsreader: xrn 7.04-beta-2
  11. References:  <31065a68.1348121@news.uni-c.dk>
  12. Date: Thu, 25 Jan 1996 11:14:04 GMT
  13.  
  14. In article <31065a68.1348121@news.uni-c.dk>, perjuul@po.ia.dk (Djinni) writes:
  15. > Hi all,
  16. > I am currently programming a game editor for Hexen and I have run into
  17. > a few problems.
  18. > The main problem is memory. How do I allocate memory with Himem.sys?
  19. > There is no documentation (in bcc 4.52) about using extended memory. I
  20. > use the HUGE memory model.
  21. > I also own the Powerpack, which includes a DPMI32 dos extender. With
  22. > this extender, the memory problem is solved, but two other problems
  23. > arise:
  24.  
  25. How about using DPMI16 instead?
  26.  
  27. > 1. It won't run together with W95.
  28.  
  29. Haven't tried this.
  30.  
  31. > 2. There is no support for mouse unless I use Turbo Vision (which I
  32. > hate).
  33.  
  34. Write your own mouse support: it should work.
  35.  
  36. > 3. My current mouse is written in assembler and use interrupt 33. This
  37. > cannot run without TASM32.EXE, which is not included in the Powerpack
  38. > nor in the BC++ 4.52.
  39.  
  40. DPMI16 can use any old TASM.  But it is claimed that you can use SMALL model
  41. and copy TASM to TASM32 and tweak it into working for DPMI32.
  42.  
  43. > Someone out there with a clue?
  44. > Regards,
  45. > Jens.
  46. > /* ----------------------------------------------
  47. > Co-author of Memento Mori for Doom II. The 32 map
  48. >    replacement for the critical Doom players!
  49. >           Other pwads done for Doom II:
  50. >  Corridors of Hell, single-death (cor_hel4.zip) 
  51. >   Walkabout, single,cooperative (wlkabot2.zip)
  52. >  Check out my homepage for Hexen editing stuff: 
  53. >      http://www.geocities.com/hollywood/2298
  54. > ---------------------------------------------- */
  55.  
  56. -- 
  57. *****************************************************************************
  58. *J.P Morris, IT-HE Software * jp-morri@csm.uwe.ac.uk * NOT a UWE spokeman   *
  59. *****************************************************************************
  60.  
  61.  
  62.  
  63.  
  64.  
  65.